From 24ce38bb36dd252764794b8c3293e01812df1fd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Daase?= Date: Fri, 21 Aug 2020 15:33:12 +0200 Subject: [PATCH] docs: Reword gtk4-update-icon-cache description --- docs/reference/gtk/gtk4-update-icon-cache.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/gtk/gtk4-update-icon-cache.xml b/docs/reference/gtk/gtk4-update-icon-cache.xml index 1537963882..769853a57b 100644 --- a/docs/reference/gtk/gtk4-update-icon-cache.xml +++ b/docs/reference/gtk/gtk4-update-icon-cache.xml @@ -58,9 +58,9 @@ GTK can use the cache files created by gtk4-update-icon-cache to avoid a lot of system call and disk seek overhead when the application - starts. Since the format of the cache files allows them to be mmaped - shared between multiple applications, the overall memory consumption is - reduced as well. + starts. Since the format of the cache files allows them to be shared across + multiple processes, for instance using the POSIX mmap() system + call, the overall memory consumption is reduced as well. -- 2.30.2